Popup Window State
class PopupWindowState(val browser: Browser, bounds: Rect = DEFAULT_POPUP_BOUNDS, onClose: (PopupWindowState) -> Unit, scope: <Error class: unknown class>) : AutoCloseable
State of PopupWindow.
Parameters
browser
the popup browser.
Content copied to clipboard
bounds
the initial bounds of the popup.
Content copied to clipboard
scope
the coroutine scope used to update Compose observables.
Content copied to clipboard
on Close
a callback to be called when the popup is closed.
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(browser: Browser, bounds: Rect = DEFAULT_POPUP_BOUNDS, onClose: (PopupWindowState) -> Unit, scope: <Error class: unknown class>)